aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/routes/status/[id]/+page.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/routes/status/[id]/+page.svelte')
-rw-r--r--frontend/src/routes/status/[id]/+page.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/routes/status/[id]/+page.svelte b/frontend/src/routes/status/[id]/+page.svelte
index afc59a2..0701eeb 100644
--- a/frontend/src/routes/status/[id]/+page.svelte
+++ b/frontend/src/routes/status/[id]/+page.svelte
@@ -187,7 +187,7 @@
</span>
</div>
{:else}
- <svg class="h-full w-full" viewBox="0 0 {chartW} {chartH}" preserveAspectRatio="none">
+ <svg class="h-full w-full">
{#each yTicks as tick}
<line
x1={chartPad.l} y1={tick.y} x2={chartW - chartPad.r} y2={tick.y}